-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/check status api #19
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zk-steve
reviewed
Nov 26, 2024
zk-steve
reviewed
Nov 26, 2024
zk-steve
reviewed
Nov 26, 2024
zk-steve
reviewed
Nov 26, 2024
zk-steve
reviewed
Nov 26, 2024
zk-steve
reviewed
Nov 27, 2024
zk-steve
reviewed
Nov 27, 2024
zk-steve
reviewed
Nov 27, 2024
zk-steve
reviewed
Nov 27, 2024
zk-steve
reviewed
Nov 27, 2024
zk-steve
reviewed
Nov 27, 2024
zk-steve
reviewed
Nov 27, 2024
zk-steve
reviewed
Nov 27, 2024
zk-steve
reviewed
Nov 29, 2024
zk-steve
reviewed
Nov 29, 2024
zk-steve
reviewed
Nov 29, 2024
zk-steve
reviewed
Nov 29, 2024
zk-steve
reviewed
Nov 29, 2024
zk-steve
reviewed
Nov 29, 2024
zk-steve
reviewed
Nov 29, 2024
zk-steve
reviewed
Dec 9, 2024
zk-steve
reviewed
Dec 9, 2024
zk-steve
reviewed
Dec 9, 2024
zk-steve
reviewed
Dec 9, 2024
zk-steve
reviewed
Dec 9, 2024
zk-steve
reviewed
Dec 9, 2024
zk-steve
reviewed
Dec 9, 2024
zk-steve
reviewed
Dec 9, 2024
zk-steve
reviewed
Dec 9, 2024
zk-steve
reviewed
Dec 9, 2024
zk-steve
reviewed
Dec 9, 2024
zk-steve
reviewed
Dec 9, 2024
zk-steve
reviewed
Dec 9, 2024
zk-steve
reviewed
Dec 9, 2024
zk-steve
reviewed
Dec 9, 2024
#[test] | ||
fn test_save_cairo_pie() { | ||
let encoded_origin = encode_zip("./src/assets/test_data/fibonacci_with_output.zip"); | ||
let written_path = save_cairo_pie(&encoded_origin, "test").unwrap(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
write the file to a Tmp folder
zk-steve
reviewed
Dec 9, 2024
zk-steve
reviewed
Dec 9, 2024
zk-steve
reviewed
Dec 9, 2024
zk-steve
reviewed
Dec 9, 2024
zk-steve
reviewed
Dec 9, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rewrite this, reference: https://github.com/zk-steve/frog/blob/main/e2e-tests/tests.rs
zk-steve
reviewed
Dec 9, 2024
zk-steve
reviewed
Dec 9, 2024
zk-steve
reviewed
Dec 9, 2024
zk-steve
reviewed
Dec 9, 2024
zk-steve
approved these changes
Dec 9, 2024
zk-steve
added a commit
that referenced
this pull request
Dec 19, 2024
* feat: add function verify_proof_and_register * fix: flow_test * chore: more info about transactions * feat: optimize verify_proof_and_register * fix: tx * temp * feat: new-verifier-contracts * update test * feat: add function verify_proof_and_register (#5) * feat: add function verify_proof_and_register * fix: flow_test * chore: more info about transactions * feat: optimize verify_proof_and_register * fix: tx * fix(CI): increase timeout for tarpaulin --------- Co-authored-by: Steve Nguyen <[email protected]> Co-authored-by: draply <[email protected]> * feat: add proof adapter * feat: init stone-prover-cli * feat: add proof generator func * refactor: init the workspace * refactor: change the src code into deployer subcrate. * feat: add errors handler for each subcrate * feat: Add verifier subcrate, which sends proof to the contracts. * feat: server template * temp * feat: add worker service * feat: add subcrates * refactor: rename packages * feat: add worker template * Feat/check status api (#19) * feat: add check status api --------- Co-authored-by: AndrewTran <[email protected]> Co-authored-by: Andrew Tran <[email protected]> * feat: update README.md * sot-190-add_job-worker-handler (#20) * feat: handle stone verify job * chore: resolve conflict * feat: update README.md * chore: clean code --------- Co-authored-by: hduoc2003 <[email protected]> * feat: SOT 206 Add e2e-tests (#22) * feat: handle stone verify job * chore: resolve conflict * feat: add e2e-test * fix: fix config test * fix: fix worker not migration --------- Co-authored-by: Draply <[email protected]> --------- Co-authored-by: hduoc2003 <[email protected]> Co-authored-by: Steve Nguyen <[email protected]> Co-authored-by: draply <[email protected]> Co-authored-by: hduoc2003 <[email protected]> Co-authored-by: vanhger <[email protected]> Co-authored-by: Draply <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Check List
taplo fmt --config taplo/taplo.toml